home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / pfrank / PFrankSetupSVN1.95.exe / {app} / SearchRepBaseStubs.py < prev    next >
Text File  |  2007-04-08  |  176b  |  22 lines

  1. #!/usr/bin/python
  2.  
  3. """ 
  4. This class provides routines for converting filenames.
  5. """
  6.  
  7.  
  8.  
  9. class SearchRepBase :
  10.  
  11.   def __init__ (self) :
  12.     
  13.     pass
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.